From: Eli Zaretskii Date: Mon, 28 Apr 2014 19:15:58 +0000 (+0300) Subject: Fix a typo in ChangeLog entry of last commit. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~595 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2cfb51ef2a727a9479bb2af2f2d8773f86bae133;p=emacs.git Fix a typo in ChangeLog entry of last commit. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 26516fd2cd3..bb23d634ac1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,7 @@ 2014-04-27 Matthias Dahl * faces.el (face-spec-recalc): Apply X resources only after the - the defface spec has been applied. Thus, X resources are no longer + defface spec has been applied. Thus, X resources are no longer overriden by the defface spec which also fixes issues on win32 where the toolbar coloring was wrong because it is set through X resources and was (wrongfully) overriden. (Bug#16694)